﻿
#kefuFloat
{
    position: fixed; right: 3px; top: 160px;
    width: 128px;
    
    background-repeat: no-repeat;
    background-position: top left;
}

#kefuFloatHead, #kefuFloatContent, #kefuFloatFoot
{
    overflow: hidden;
}

#kefuFloatContent 
{
    padding: 0 10px;
    
    background-repeat: no-repeat;
    background-position: bottom left;
}
#kefuFloat a
{
    display: block; margin-bottom: 6px;
}

#kefuFloat h3
{
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-bottom: solid 1px #efefef;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    color: #2460a3;
}

#kefuFloatFoot
{
    background-position: left bottom;
}